home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
usr
/
lib
/
python2.4
/
dbhash.pyo
(
.txt
)
< prev
next >
Wrap
Python Compiled Bytecode
|
2005-10-18
|
582b
|
21 lines
# Source Generated with Decompyle++
# File: in.pyo (Python 2.4)
'''Provide a (g)dbm-compatible interface to bsddb.hashopen.'''
import sys
try:
import bsddb
except ImportError:
del sys.modules[__name__]
raise
__all__ = [
'error',
'open']
error = bsddb.error
def open(file, flag = 'r', mode = 438):
return bsddb.hashopen(file, flag, mode)